home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1125 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  990 b 

  1. Date: Fri, 4 Mar 1994 10:31:20 +1100
  2. From: "Rupert G. Goldie" <rgg@aaii.oz.au>
  3. Message-Id: <199403032331.AA27036@eden-valley.aaii.oz.AU>
  4. To: crossfire@ifi.uio.no, fermat@fermat.dartmouth.edu
  5. Subject: Re: Crossedit compile errors.
  6.  
  7. > There was a request to see what errors get reported when crossedit fails to 
  8. > compile.  Below is a script  
  9. > of my make.  I'm on a NeXT running NS 3.2, gcc 2.5.6, and the latest X11R5 
  10. > MouseX.  I've tried several  
  11. > variations, using the systems cc (Which is gcc 2.2.2. This reports "undefined 
  12. > type" instead of "parse  
  13. > error", but generally in exactly the same places.)  Also by defining __POSIX 
  14. > in Posix.h as someone  
  15. > recommended.  Any help or suggestions would be greatly appreciated.
  16. > Michael
  17.  
  18. Add #include <sys/types.h> before the #include <sys/stat.h>
  19. Also, please try to keep the text of your mail less than 75 chars, otherwise 
  20. the line wrapping makes it difficult to read (Thank you for your co-operation
  21. citizen 8-)
  22.  
  23. Rupert
  24.